Improve consistency of content file name handling
authorPo Lu <luangruo@yahoo.com>
Sun, 24 Mar 2024 02:59:54 +0000 (10:59 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 24 Mar 2024 03:00:47 +0000 (11:00 +0800)
commit2be41da38ef5432b6038058fcb0c284164fcb370
tree1b81cf7498ce1611e5bf250fed191e04711469a9
parenta496378c94176930583e63ef5c95477f092a872b
Improve consistency of content file name handling

* java/org/gnu/emacs/EmacsService.java (getDisplayNameHash):
Always encode file names as modified UTF-8, as insurance against
future changes to undocumented behavior of the JVM.
java/org/gnu/emacs/EmacsService.java